type github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToEnumTextScanner

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		enum_codec.go#L48: 			return &scanPlanTextAnyToEnumTextScanner{codec: c}
		enum_codec.go#L97: type scanPlanTextAnyToEnumTextScanner struct {
		enum_codec.go#L101: func (plan *scanPlanTextAnyToEnumTextScanner) Scan(src []byte, dst any) error {